ServiceUpdateItem Method (ItemId, IListPropertyPath, ConflictResolution) |
Updates the properties of an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId UpdateItem(
ItemId itemId,
IList<PropertyPath> propertiesToDelete,
ConflictResolution conflictResolution
)
Public Function UpdateItem (
itemId As ItemId,
propertiesToDelete As IList(Of PropertyPath),
conflictResolution As ConflictResolution
) As ItemId
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to update. - propertiesToDelete
- Type: System.Collections.GenericIListPropertyPath
The properties to delete. - conflictResolution
- Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode.
Return Value
Type:
ItemIdA collection of update results for each of the specified items.
See Also